Remove a misleading sentence
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 25 Mar 2009 03:47:15 +0000 (03:47 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 25 Mar 2009 03:47:15 +0000 (03:47 +0000)
svn path=/trunk/; revision=22585

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkmenu.sgml

index 5556f3c37ae0f9b0169127059dc0576ae0548eb5..18bbf014f6e070cfa35d508202b729914e1eb3ae 100644 (file)
@@ -1,3 +1,10 @@
+2009-03-24  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 576150 – Doc bug for GtkMenuPositionFunc
+
+       * gtk/tmpl/gtkmenu.sgml: Remove a misleading sentence.
+       Pointed out by Owen Taylor.
+
 2009-03-23  Claudio Saavedra  <csaavedra@igalia.com>
 
        * gdk-pixbuf/tmpl/animation.sgml: Fix typos and document the
index 9133f368908769260227bd4c5035b3bdd453a05a..96bd4b4bc3a6355a2f0cfe1050a9638adbefba26 100644 (file)
@@ -457,7 +457,7 @@ menu shall be drawn.  This is an output parameter.
 @y: address of the #gint representing the vertical position where the
 menu shall be drawn.  This is an output parameter.
 @push_in: This parameter controls how menus placed outside the monitor are handled.
-        If this is set to TRUE and part of the menu is outside the monitor then
+        If this is set to %TRUE and part of the menu is outside the monitor then
         GTK+ pushes the window into the visible area, effectively modifying the
         popup position.
         Note that moving and possibly resizing the menu around will alter the
@@ -466,9 +466,6 @@ menu shall be drawn.  This is an output parameter.
         In practice, this behavior is only useful for combobox popups or option
         menus and cannot be used to simply confine a menu to monitor boundaries.
         In that case, changing the scroll offset is not desirable.
-        To simply constrain the menu within the monitor, get its size with
-        gtk_widget_size_request() before showing it, and alter the coordinates
-        passed to gtk_menu_popup() accordingly.
 @user_data: the data supplied by the user in the gtk_menu_popup() @data
 parameter.